@charset "utf-8";
/***** 全局样式 Global-Style *****/
*						{margin: 0; padding: 0;}
html,body				{margin: 0; font: 12px/160%,"微软雅黑"; background:#e8dbc4;}
form,ul,li,dl,dt,dd		{margin: 0; padding: 0; list-style: none;}
img						{border:none;}

/***** 全局链接 Global-Link-Style *****/
a			{color: #606163; font-size:14px; font-family:"微软雅黑"; text-decoration: none;}
a:hover, dt a:hover	{color: #ff0000; text-decoration:underline;}
#nav a{text-decoration: none;}

/***** 水平居中 *****/
.cen{ margin:0 auto; }

/***** 清除浮动 *****/
.clear{ clear:both; }


/***** 公用头部 *****/

  /***** banner动画 *****/
  #banner{ width:1004px; height:211px; }
  
	  /***** 一级导?*****/
	#top_nav       { width:1004px; height:36px; background:#78070d;}
	#nav           { width:997px; height:36px; }
	#nav li        { float:left;  font:18px/34px "微软雅黑"; color:#ffffff; text-align:center;}
	#nav li.line   { width:2px; height:36px; background:url(../images/nav_line.jpg) top center repeat-y; margin-top:0px;}
	#nav li a      { width:109px; height:36px; font:14px/34px "微软雅黑"; color:#ffffff; display:block;}
	#nav li a:hover{ font:bold 18px/34px "微软雅黑"; color:#ffffff; background:#CC0000; }

/***** 搜索 *****/
#message                   { width:978px; padding:8px 13px 0px 13px; height:24px; font:12px/24px "微软雅黑"; color:#333333; background:#FFF;}
#message ul                { width:978px; text-align:left;}
#message ul li             { float:left; height:19px; padding:0 0; line-height:19px;color:#333333;}
#message ul li.wellcome    { width:635px; padding-top:3px; padding-left:20px; background:url(../images/ico.jpg) left center no-repeat;}
#message ul li.search      { width:70px; padding-top:3px;}
#message ul li.ipt         { width:203px;}
#message ul li.ipt .keyword{ background-image:url(../images/search.jpg); border:0; color:#9a7e6b; width:183px; height:17px; padding-left:20px;padding-top:5px;}
#message ul li.btn         { width:48px;}




/***** 底部链接版权 *****/
#foot               { width:978px; padding:0px 13px 0px 13px; height:172px; background:url(../images/foot.jpg) bottom center no-repeat;}
#links              { width:978px; height:35px; padding-top:16px;}
#links .left a      { width:80px;  float:left; font:14px/18px "微软雅黑";color:#763926; text-align:center;}
#links .right       { width:890px; float:left; font:14px/18px "微软雅黑";color:#763926;}
#links .right a     { font:14px/18px "微软雅黑";color:#763926;}
#links .left a:hover, #links .right a:hover{color:#FC0000;}


#help          { width:978px; height:30px;text-align:center; font:12px/30px "微软雅黑"; color:#763926;}
#help a        { font:12px/30px "微软雅黑"; color:#763926; }
#help a:visited{ color:#763926; }
#help a:hover  { color:#CC0000; }

#copyright        { width:978px; font:12px/22px "微软雅黑"; color:#666666;  height:70px; text-align:center; margin-top:60px;}
#copyright a      { font:12px/22px "微软雅黑"; color:#763926; text-align:center; margin:10px 0 15px 0; }
#copyright a:hover{ color:#CC0000; }


